home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 November / Net02.iso / Utility / cham241.exe / INSTALL.EXE / {app} / SaveSettings.bat < prev    next >
Encoding:
DOS Batch File  |  2000-09-07  |  467 b   |  13 lines

  1. @echo off
  2. echo    This batch file saves Chameleon Clock settings (except alarms)
  3. echo    from the registry to file ChamSettings.reg in current directory.
  4. echo. 
  5. echo    Alarms are stored in alarms.lst file in Chameleon Clock directory.
  6. echo.
  7. echo.
  8. regedit /e ChamSettings.reg "HKEY_CURRENT_USER\Software\HomeAlarm"
  9. echo    Settings successfully saved !
  10. echo    To restore they run batch file RestoreSettings.bat
  11. echo    Press any key to exit.
  12. pause > NUL
  13.